* config.h.in (HAVE_CLOSEDIR): Add an #undef for autoconf to
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 04:59:01 +0000 (04:59 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 04:59:01 +0000 (04:59 +0000)
change.
* sysdep.c (closedir): Only define this if autoconf can't find
HAVE_CLOSEDIR.  If we're running under solaris (defined (sun) &&
defined (USG5_4)), then don't free the buffer separately.

src/config.in

index fe34dda65c447efb9d7e0719647e4066ad35f9b2..0eba46124d74f71d03ba6935fab7df7dd365241f 100644 (file)
@@ -100,6 +100,7 @@ and this notice must be preserved on all copies.  */
 #undef HAVE_XRMSETDATABASE
 #undef HAVE_RANDOM
 #undef HAVE_LIBXBSD
+#undef HAVE_CLOSEDIR
 
 /* If using GNU, then support inline function declarations. */
 #ifdef __GNUC__